home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / abba1bat.zip / REBOOT.BAT < prev    next >
DOS Batch File  |  1991-11-10  |  252b  |  17 lines

  1. @echo off
  2. rem this file: REBOOT.BAT
  3. rem
  4. rem (C) 1991 Abba Software Co.
  5. rem
  6. echo Now re-booting!
  7. C:
  8. cd\bats
  9. debug < reboot.deb > NUL
  10. echo *
  11. echo * error - debug not found or the file
  12. echo *         reboot.deb is missing.
  13. :end
  14. echo on
  15.  
  16.  
  17.